win32: do not use g_clear_pointer also on the clipboard window
authorIgnacio Casal Quinteiro <icq@gnome.org>
Fri, 13 Nov 2015 11:58:45 +0000 (12:58 +0100)
committerIgnacio Casal Quinteiro <icq@gnome.org>
Fri, 13 Nov 2015 11:58:45 +0000 (12:58 +0100)
commitd74a08b80f54e018bc3141849e3d0fbbf6f583b0
tree347399c18d5038237706a7b8dcd241ca0c84651d
parent2ad243d43db6e72ed64e24af8d350c00ea630a51
win32: do not use g_clear_pointer also on the clipboard window

A follow up on the previous patch. We should use DestroyWindow
directly since it has a different calling convention than
the expected callback for g_clear_pointer
gdk/win32/gdkdisplay-win32.c